home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / dvevnt01.zip / NITEVENT.BAT < prev    next >
DOS Batch File  |  1991-09-13  |  187b  |  13 lines

  1. @echo off
  2. if exist c:\event.flg del c:\event.flg
  3. cd c:\pcb
  4.  
  5.  
  6.    Note: Place all of your usual nightly event routines in here.  Alter as
  7.          required......
  8.  
  9.  
  10. :End
  11. reboot
  12.  
  13.